kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
[Common]Short
/
minus
minus
Common
operator
fun
minus
(
other
:
Byte
)
:
Int
Content copied to clipboard
operator
fun
minus
(
other
:
Short
)
:
Int
Content copied to clipboard
operator
fun
minus
(
other
:
Int
)
:
Int
Content copied to clipboard
operator
fun
minus
(
other
:
Long
)
:
Long
Content copied to clipboard
operator
fun
minus
(
other
:
Float
)
:
Float
Content copied to clipboard
operator
fun
minus
(
other
:
Double
)
:
Double
Content copied to clipboard
Subtracts the other value from this value.